projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c9b8e3
)
fix a warning
author
Simon Budig
<simon@budig.de>
Thu, 3 May 2012 11:32:55 +0000
(13:32 +0200)
committer
Simon Budig
<simon@budig.de>
Thu, 3 May 2012 11:32:55 +0000
(13:32 +0200)
tests/float-to-8bit.c
patch
|
blob
|
history
diff --git
a/tests/float-to-8bit.c
b/tests/float-to-8bit.c
index 17300a3dd1f68f6869f69af15fb14d8ae8a808b0..ced8a0488556364585aff22226be7264ead991b5 100644
(file)
--- a/
tests/float-to-8bit.c
+++ b/
tests/float-to-8bit.c
@@
-30,9
+30,9
@@
main (int argc,
char **argv)
{
int OK = 1;
- babl_init ();
int i = 0;
+ babl_init ();
for (i = 0; i < 400000; i++)
{